SftTree/OCX 7.0

VirtualItem.RowIndex Property

Softel vdm, Inc.

Returns the item index of the item currently requested from the virtual data source.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.ItemIndex instead

Syntax       

Get

VB.NET

ItemIndex = object.RowIndex  As Integer

VB

ItemIndex = object.RowIndex  As Long

C#.NET

int ItemIndex = object.RowIndex;

VC++

long ItemIndex = object->RowIndex;
long ItemIndex = object->GetRowIndex();

C

HRESULT object->get_RowIndex(long* ItemIndex);

Delphi

ItemIndex := object.RowIndex   : Integer;

object

A VirtualItem object.

ItemIndex

Returns the item index of the item currently requested from the virtual data source.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.ItemIndex instead

The RowIndex property returns the item index of the item currently requested from the virtual data source.

The VirtualItem.RowForeColor property is used while handling a VirtualItem event to retrieve the item index of the item currently requested from the virtual data source.  The returned value is identical to the VirtualItem event's RowIndex parameter.

See Also  VirtualItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com